Skip to main content

All Questions

7votes
4answers
445views

Separating a String of Text into Separate Words in Python

Occasionally, we want to do a rudimentary parsing on English text; we separate the text into separate words. ...
Samuel Muldoon's user avatar
6votes
1answer
366views

Tokenizing texts from Gutenberg archive for analysis

I am writing a program to analyze books from the Gutenberg archive. The program takes the title and URL and finds the text and downloads it. Then it goes through the text and tokenizes it. Here is the ...
jss367's user avatar
5votes
2answers
23kviews

Word count and most frequent words from input text, excluding stop words

...
Karla Richardson's user avatar

close